home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 2.iso / cosmos / mov.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1995-12-19  |  345 b   |  18 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     if rollOver(clickOn()) then
  4.       set the castNum of sprite clickOn() to 19
  5.       updateStage()
  6.       next repeat
  7.     end if
  8.     set the castNum of sprite clickOn() to 18
  9.     updateStage()
  10.   end repeat
  11.   set the castNum of sprite clickOn() to 18
  12.   updateStage()
  13. end
  14.  
  15. on mouseUp
  16.   go("HITOZUMA")
  17. end
  18.